@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
*/
.container{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo{
	width: 180px;
	height: 100px;
}

.menu li{
	margin: 0 10px;
	display: block;
	position: relative;
	line-height: 100px;
}
.menu li::after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 4px;
	background: #2385c2;
	left: 50%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li:hover::after,
.menu li.this::after{
	width: 100%;
	left: 0;
	opacity: 1;
}
.menu li a{
	display: block;
	padding: 0 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li:hover a,
.menu li.this a{
	color: #2385c2;
}


.toptel .iconfont{
	font-size: 38px;
	color: #2683c6;
	margin: 0 10px 0 0;
}
.toptel span{
	display: block;
	font-size: 16px;
	color: #222;
}
.toptel strong{
	display: block;
	color: #2683c6;
	font-size: 24px;
	font-family: "Arial";
}


.stitle{
	text-align: center;
}
.stitle h2{
	display: table;
	padding: 0 60px;
	font-size: 36px;
	color: #222;
	margin: 0 auto;
	position: relative;
	line-height: 36px;
}
.stitle h2::before,
.stitle h2::after{
	width: 36px;
	height: 3px;
	background: #2683c6;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
}
.stitle h2::before{
	right: 0;
}
.stitle h2::after{
	left: 0;
}
.stitle p{
	line-height: 18px;
	font-size: 18px;
	color: #666;
	font-family: "Arial";
	text-transform: uppercase;
	margin: 20px 0 0 0;
}


.prolist li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.prolist li:nth-child(3n){
	margin: 0 0 2% 0;
}
.prolist li a{
	display: block;
	border: 4px solid #f6f6f6;
	border-bottom: none;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.prolist li p{
	line-height: 60px;
	background: #f6f6f6;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.prolist li:hover a{
	border-color: #2385c2;
}
.prolist li:hover p{
	background: #2385c2;
	color: #fff;
}

.youshibg{
	background: url("../images/bg_youshi.jpg") center no-repeat;
	background-size: cover;
}
.youshibg .stitle h2,
.youshibg .stitle p{
	color: #fff;
}
.youshibg .stitle h2::before,
.youshibg .stitle h2::after{
	background: #fff;
}

.youshilist li{
	width: 23.5%;
	padding: 40px 25px 40px 25px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	text-align: center;
}
.youshilist li .icon{
	width: 46px;
	height: 46px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.youshilist li strong{
	font-size: 20px;
	margin: 25px 0 20px 0;
	color: #2683c6;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	display: block;
}
.youshilist li p{
	font-size: 16px;
	line-height: 24px;
	color: #999;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.youshilist li:hover{
	background: url("../images/bg_youshi.png") center no-repeat;
	color: #fff;
}
.youshilist li:hover strong,
.youshilist li:hover p{
	color: #fff;
}

.youshilist li .icon1{ background-image: url("../images/icon_youshi_1_1.png");}
.youshilist li .icon2{ background-image: url("../images/icon_youshi_2_1.png");}
.youshilist li .icon3{ background-image: url("../images/icon_youshi_3_1.png");}
.youshilist li .icon4{ background-image: url("../images/icon_youshi_4_1.png");}

.youshilist li:hover .icon1{ background-image: url("../images/icon_youshi_1_2.png");}
.youshilist li:hover .icon2{ background-image: url("../images/icon_youshi_2_2.png");}
.youshilist li:hover .icon3{ background-image: url("../images/icon_youshi_3_2.png");}
.youshilist li:hover .icon4{ background-image: url("../images/icon_youshi_4_2.png");}


.abouttext{
	width: 44.5%;
}
.abouttext .stitle h2{
	text-align: left;
	padding: 0;
	margin: 0;
	display: block;
}
.abouttext .stitle h2::before,
.abouttext .stitle h2::after{
	display: none;
}
.abouttext .stitle p{
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #222;
}
.abouttext .stitle p::after{
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: #2683c6;
	margin: 30px 0 0 0;
}
.abouttext .text{
	font-size: 14px;
	line-height: 28px;
	color: #999;
}
.abouttext .more{
	width: 144px;
	line-height: 44px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 40px 0 0 0;
	background: url(../images/bg_btn.png) center no-repeat;
	background-size: cover;
}


.aboutpic{
	width: 50%;
}

.honor{
	background: url(../images/bg_honor.jpg) center no-repeat;
	background-size: cover;
}
.honorslide{
	padding: 0 120px;
	position: relative;
}
.honorslide li .pic{
	padding: 11px;
	background: url(../images/bg_honorli.png) #fff center no-repeat;
	background-size: contain;
}

.honorslide .swiper-container{
	padding: 80px 0;
}

.honorslide .swiper-slide{
	display: block;
	height: auto !important;
}
.honorslide .swiper-container,
.honorslide .swiper-wrapper{
	height: auto !important;
}

.honorslidebtn{
	position: absolute;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ddd;
	top: 50%;
	margin-top: -30px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.honorslidebtn_left{
	left: 0;
	transform: rotate(180deg);
}
.honorslidebtn_right{
	right: 0;
}
.honorslide .swiper-slide{
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.honorslide .swiper-slide-prev,
.honorslide .swiper-slide-next{
	transform: scale(1.3);
	z-index: 2;
}
.honorslide .swiper-slide-active{
	transform: scale(1.5);
	z-index: 3;
}

.cuslogo{
	background: url("../images/bg_cuslogo.jpg") center no-repeat;
	background-size: cover;
}

.cuslogoslide li a{
	padding: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin: 10px 5% 0 5%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.cuslogoslide li a:last-child{
	margin: 10% 5%;
}
.cuslogoslide .swiper-slide{
	display: block;
	height: auto !important;
}
.cuslogoslide .swiper-container,
.cuslogoslide .swiper-wrapper{
	height: auto !important;
}


.banner_pc .swiper-slide{
	display: block;
	height: auto !important;
}
.banner_pc.swiper-container,
.banner_pc .swiper-wrapper{
	height: auto !important;
}


.detailslide .swiper-slide{
	display: block;
	height: auto !important;
}
.detailslide.swiper-container,
.detailslide .swiper-wrapper{
	height: auto !important;
}

.newslist li{
	width: 31.5%;
	display: block;
}
.newslist li .text{
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
	border: 1px solid #fff;
	border-top: none;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .text span{
	display: block;
	font-size: 20px;
	color: #222;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li .text p{
	font-size: 14px;
	line-height: 26px;
	color: #999;
	margin: 10px 0 0 0;
}
.newslist li .text .date{
	margin: 30px 0 0 0;
	font-size: 14px;
	color: #999;
}
.newslist li .text .more{
	margin: 30px 0 0 0;
	font-size: 14px;
	color: #999;
}

.newslist li:hover .text{
	border-color: #ddd;
	box-shadow: none;
}
.newslist li:hover .text span{
	color: #2683c6;
	font-weight: bold;
}


.contact{
	background: url("../images/bg_contact.jpg") center no-repeat;
	background-size: cover;
}
.contact .text{
	padding: 60px;
	box-sizing: border-box;
	background: rgba(255,255,255,.3);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.08);
	font-size: 16px;
	color: #333;
	line-height: 36px;
}
.contact .text h3{
	font-size: 24px;
	margin: 0 0 20px 0;
	color: #222;
}



.footer{
	background: #1b1b1b;
	color: #fff;
}
.footer .flex{
	align-items: flex-start;
}
.ftitle{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.fmenu li{
	display: block;
	font-size: 14px;
	line-height: 30px;
}
.fmenu li a{
	display: block;
	color: #a3a3a3;
}



.fcontact .text{
	color: #a3a3a3;
	line-height: 34px;
}
.fcontact .text .iconfont{
	font-size: 18px;
	margin: 0 10px 0 0;
}
.fcontact .text strong{
	color: #fff;
}


.fmessage{
	width: 600px;
}
.fmessage form{
	flex-wrap: wrap;
}
.fmessage form li{
	display: block;
	width: 49%;
	position: relative;
	margin: 0 0 13px 0;
}
.fmessage form li input{
	width: 100%;
	box-sizing: border-box;
	background: #171717;
	border: 1px solid #333;
	height: 42px;
	padding: 0 20px;
	color: #a3a3a3;
}
.fmessage form li.lytext{
	width: 100%;
}
.fmessage form li.lytext textarea{
	width: 100%;
	box-sizing: border-box;
	background: #171717;
	border: 1px solid #333;
	height: 90px;
	padding: 10px 20px;
	color: #a3a3a3;
}
.fmessage form li.subbuton{
	width: 100%;
	line-height: 44px;
	background: #2683c6;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.fmessage form li img{
	position: absolute;
	right: 1px;
	top: 1px;
	background: #171717;
	padding: 2.5px 0;
	width: 82px;
	height: 35px;
}



.cr{
	background: #1b1b1b;
	font-size: 14px;
	color: #888;
	line-height: 16px;
	padding: 22px 0;
	text-align: center;
	border-top: 1px solid #434343;
}
.cr a{
	font-size: 14px;
	color: #888;
}


.bannerbg,
.listbanner,
.nbanner{
	height: 400px;
}
.bannerbg .container{
	display: table;
}
.bannerbg .text{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.bannerbg .text h2{
	font-size: 36px;
	display: table;
}
.bannerbg .text h2::after{
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: #fff;
	margin: 10px 0;
}
.bannerbg .text p{
	font-size: 28px;
	opacity: .4;
	text-transform: uppercase;
	display: table;
}


.ntitle h2{
	font-size: 32px;
}
.nabout .abouttext .text{
	font-size: 16px;
	line-height: 32px;
}


@font-face {
  font-family: "impact";
  src: url('../fonts/impact.ttf') format('truetype');
}

.aboutnum li{
	display: block;
	text-align: center;
}
.aboutnum li .num{
	color: #2683c6;
	font-size: 16px;
}
.aboutnum li .num span{
	font-size: 36px;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 5px 0 0;
	font-family: "impact";
}
.aboutnum li p{
	font-size: 14px;
	color: #999999;
}


.dev{
	background: url("../images/bg_dev.jpg") center no-repeat;
	background-size: cover;
}
.dev .stitle *{
	color: #fff;
}


.devslide{
	color: #fff;
	position: relative;
}
.devslide::before{
	width: 100%;
	content: '';
	display: block;
	opacity: .2;
	background: #fff;
	height: 1px;
	top: 50%;
	position: absolute;
	left: 0;
}
.devslide .container{
	position: relative;
	padding: 0 3%;
	box-sizing: border-box;
}
.devslide li{
	position: relative;
}
.devslide li .dev_text{
	padding: 20px 0 20px 30px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
}
.devslide li:nth-child(2n) .dev_text{
	top: auto;
	bottom: 50%;
}
.devslide li .cir{
	width: 20px;
	height: 189px;
	background: url("../images/linear_dev.png") center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.devslide li:nth-child(2n) .cir{
	transform: rotate(180deg);
	margin-bottom: -10px;
	top: auto;
	bottom: 50%;
}
.devslide li .year{
	font-size: 24px;
	color: #2683c6;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.devslide li .text{
	font-size: 16px;
	line-height: 26px;
}


.devslidebtn{
	position: absolute;
	top: 50%;
	font-size: 20px;
	cursor: pointer;
	margin-top: -10px;
}
.devslidebtn_left{
	left: 0;
	transform: rotate(180deg);
}
.devslidebtn_right{
	right: 0;
}

.devslide .swiper-container,
.devslide .swiper-wrapper{
	height: auto !important;
}


.targetlist li.flex{
	flex-direction: column;
	width: 33.333%;
}
.targetlist li.flex:nth-child(2){
	flex-direction: column-reverse;
}
.targetlist li.flex .flex{
	height: 300px;
	background: #f8f8f8;
	width: 100%;
}
.targetlist li .text{
	text-align: center;
	padding: 0 30px;
	width: 100%;
	box-sizing: border-box;
}
.targetlist li .text .iconfont{
	color: #158db1;
	font-size: 60px;
}
.targetlist li .text strong{
	font-size: 24px;
	color: #222;
	display: block;
	margin: 10px 0 15px 0;
}
.targetlist li .text p{
	font-size: 16px;
	line-height: 32px;
	color: #333;
}

.banner_contact *{
	color: #222;
}
.banner_contact .text h2::after{
	background: #222;
}

.ncontact li{
	display: block;
	padding: 50px 50px;
	width: 23.5%;
	text-align: center;
	background: #f4f4f4;
	box-sizing: border-box;
}
.ncontact li .iconfont{
	font-size: 40px;
	width: 80px;
	color: #fff;
	line-height: 80px;
	background: url("../images/bg_ncontacticon.png") center no-repeat;
	margin: 0 auto;
}
.ncontact li span{
	display: block;
	font-size: 20px;
	margin: 20px 0;
}
.ncontact li strong{
	display: block;
	font-size: 24px;
	color: #111111;
}
.ncontact li p{
	font-size: 18px;
	line-height: 28px;
	color: #111;
}


.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}


.nnewslist ul{
}
.nnewslist li{
	display: block;
	margin: 0 0 40px 0;
}
.nnewslist li a{
	padding: 20px;
	border: 1px solid #dddddd;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li:hover a{
	border: 1px solid #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.nnewslist li .pic{
	width: 32%;
}
.nnewslist li .text{
	width: 60%;
	margin: 0 3% 0 0;
}
.nnewslist li .text span{
	font-size: 20px;
	display: block;
	color: #525252;
	font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li:hover .text span{
	color: #2683c6;
}
.nnewslist li .text p{
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	margin: 15px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nnewslist li .text .flex{
	margin: 40px 0 0 0;
	font-size: 14px;
	color: #999;
}



.nsolution li{
	display: block;
}
.nsolution li:nth-child(2n){
	background: #f5f5f5;
}
.nsolution li:nth-child(2n) .container{
	flex-direction: row-reverse;
}
.nsolution li .solutiontext>strong{
	font-size: 24px;
	color: #222;
}
.nsolution li .solutiontext{
	width: 45%;
	padding: 0 0 0 5%;
}
.nsolution li:nth-child(2n) .solutiontext{
	width: 45%;
	padding: 0 5% 0 0;
}
.nsolution li .solutiontext .text{
	font-size: 16px;
	line-height: 32px;
	color: #999;
	margin: 20px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.nsolution li .solutiontext .text p{
	position: relative;
	padding: 0 0 0 15px;
}
.nsolution li .solutiontext .text p::before{
	position: absolute;
	width: 5px;
	height: 5px;
	content: '';
	display: block;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	background: #2683c6;
	border-radius: 50%;
}
.nsolution li .pic{
	width: 50%;
}
.nsolution li .more{
	width: 140px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 30px 0 0 0;
	background: url("../images/bg_btn.png") center no-repeat;
	background-size: cover;
}













